Sets the values under the "Referenced Datetime" (0040,A13A) element.
public void SetReferencedDatetime(
DicomDateTimeValue[] value,
int temporalPointCount
)
Public Overloads Sub SetReferencedDatetime( _
ByVal value() As Leadtools.Dicom.DicomDateTimeValue, _
ByVal temporalPointCount As Integer _
)
public void SetReferencedDatetime(
Leadtools.Dicom.DicomDateTimeValue[] value,
int temporalPointCount
)
function Leadtools.Dicom.DicomWaveformAnnotation.SetReferencedDatetime(DicomDateTimeValue[],Int32)(
value ,
temporalPointCount
)
public:
void SetReferencedDatetime(
Leadtools.Dicom.array<DicomDateTimeValue>^ value,
int temporalPointCount
)
value
Pointer to an array that represents the values under the "Referenced Datetime" (0040,A13A) element.
temporalPointCount
Number of values to set. TemporalPointCount is updated with this value.
This method will also update TemporalPointCount property to be equal to % temporalPointCount %.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET